home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / util2 / since126.zip / SINCE.DOC < prev    next >
Text File  |  1993-03-07  |  5KB  |  110 lines

  1. SINCE: list files modified SINCE date & time, or by Attributes   $7.00
  2. Copyright (c) 1991,92 by R.P.McCormick
  3.                          79 Rye Street
  4.                          Broad Brook, CT 06016
  5.  
  6. The Command Line parameters are described in the help screen.
  7. Access the help screen by typing SINCE '?' or 'h' or 'H'
  8. SINCE with no parameters will bring up a menu box with
  9. additional prompting. You can "Escape" out of it at any time.
  10.  
  11. For registration information see "REGINFO.TXT". 
  12.  
  13. SINCE will provide a list of ONLY those files meeting the
  14. date, time or attribute parameters you request.
  15.  
  16. To see a complete list of all files which have not been backed up,
  17. type "SINCE a" at the DOS prompt while at the top level.
  18.  
  19. A is for Archive. If set, this file has not been backed up since it 
  20. was changed.
  21. R is Read Only. A form of protection. You cannot delete this file.
  22. S identifies a system file. Files such as "IO.SYS" are system files.
  23. They are often "Hidden files" which will not show up when you list files
  24. using the DOS "DIR" command.
  25.  
  26. You may combine the attributes. For example: "SINCE a r" will list all
  27. Read Only files plus all files modified since last backup.
  28.  
  29. DOS provides a system of marking each file with "attributes". 
  30. The 'a' attribute is set by DOS whenever you copy a file to the disk, 
  31. or if you modify it.
  32.  
  33. SINCE is an aid to knowing when to backup the files on your hard disk.
  34.  
  35. The DOS command "ATTRIB" will display a directory of _all_ file names 
  36. and their attributes whether they are set or not. If you are trying to 
  37. figure which files need to be backed up, you have to look at the entire
  38. list.
  39.  
  40. Looking at a list of files with the 'a' attribute set gives you an idea
  41. of how much would be lost if you don't do a backup.
  42.  
  43. Applications, such as WordPerfect, will have dozens of files with their
  44. archive bit set. If you want to use SINCE to show you how many of
  45. _your_ files need backup, you will probably want to clear the 'a' bit 
  46. for some applications. That is what the DOS command is good for. 
  47. ATTRIB -a *.*/s will clear all the archive bits in the current directory
  48. and all its subdirectories. From then on when you type use "SINCE a"
  49. you will get a list of only the files which have been added or have 
  50. changed since last backed up.
  51.  
  52. DOS commands COPY & XCOPY do not ordinarily clear the archive bit, but
  53. BACKUP and most commercial software such as Fastback do.
  54.  
  55. SINCE will examine the current level and all its subdirectories
  56. down to 16 levels below current.
  57.  
  58. SINCE will list System or Hidden files.
  59.  
  60. You can not mix attributes and dates. My code looks at the first
  61. character you typed in, and if it is a letter it assumes it is an
  62. attribute, if it is a number it checks to see if it is a valid date.
  63. You must separate the letters if you type them on the command line,
  64. but if you are using the menu box, the space separator in not needed.
  65.  
  66. SINCE is something I wrote for my own use to help jog my memory as
  67. to just what was it I was working on yesterday. If you can't
  68. remember the name of the file or even the directory it was in,
  69. type SINCE at the top level (typically C:\), followed by a date
  70. previous to what you are interested in. It will give you a list
  71. of all the files which have changed since then. 
  72. You may also find it useful to show which files have changed since
  73. you last backed up.
  74. If someone else has access to your computer, you can use SINCE to
  75. find out what files they have modified.
  76.  
  77.  
  78. ASP Ombudsman Statement:
  79.           ~~~~~~~~~~~~~~~~~~~~~~~~
  80. This program is produced by a member of the Association of
  81. Shareware Professionals (ASP).  ASP wants to make sure that the
  82. shareware principle works for you.  If you are unable to resolve
  83. a shareware-related problem with an ASP member by contacting the
  84. member directly, ASP may be able to help.  The ASP Ombudsman can
  85. help you resolve a dispute or problem with an ASP member, but
  86. does not provide technical support for members' products.
  87.  
  88. Please write to the ASP Ombudsman at:
  89.  
  90.              ASP Ombudsman
  91.              545 Grover Road
  92.              Muskegon, MI  49442-9427
  93.              U.S.A.
  94.  
  95. or send a CompuServe message via CompuServe MAIL to ASP Ombudsman
  96. 70007,3536.
  97.  
  98.  
  99.  
  100.                            WARRANTY
  101.  
  102. If you order a disk from me, and it arrives damaged, it will be 
  103. replaced at my expense if you notify me within 10 days of receipt.
  104.  
  105. I specifically disclaim all other warranties, expressed or implied,
  106. including but not limited to damage to hardware and/or software from
  107. the use of this product. Under no circumstances will I be liable for
  108. any damages,lost profits or incidental or consequential damages
  109. arising from your use or inability to use the program.
  110.